DeserializeArrayWithElements<TSerializer>
Assembly: ServiceStack.Text.dll
View Source
Declaration
public static class DeserializeArrayWithElements<TSerializer>
where TSerializer : ITypeSerializer
Methods
GetParseFn(Type)
View Source
Declaration
public static Func<string, ParseStringDelegate, object> GetParseFn(Type type)
Returns
System.Func<System.String,ServiceStack.Text.Common.ParseStringDelegate,System.Object>
Parameters
Type | Name |
---|---|
System.Type | type |
GetParseStringSpanFn(Type)
View Source
Declaration
public static DeserializeArrayWithElements<TSerializer>.ParseArrayOfElementsDelegate GetParseStringSpanFn(Type type)
Returns
ServiceStack.Text.Common.DeserializeArrayWithElements<TSerializer>.ParseArrayOfElementsDelegate
Parameters
Type | Name |
---|---|
System.Type | type |